Messaging
In order to transform messages quickintegrate platform provides component to make sure swift and efficient Message transformation.
When we Login to Quick Integration Platform to get started.
Click on Manage Option >> Projects >> Create to create the new project
Go to DEVELOP >> Functionality API
Select relevant project and create services in that project by cliking Service button.
Select Messaging triggers in drowndown while creating the flow
Once service name is provided, canvas will show up with selected DB Messaging Trigger
Messaging Trigger
;
;
Right click the tigger node to add the Messaging configurations queueName, channelName, listenerDelay and datasource-name needs to be defined.
Fields | Description | Example |
---|---|---|
queueName | Name of the queue | sample |
channelName | Name of Configration define as Global element | orderschannel |
listenerDelay | Duration after which Polling will start once API Started | 5000 |
datasource-name | Datasource Name which is configured in connections properties Please refer the link for instructions on creating the datasource name | msgds |
;